home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000279_news@columbia.edu _Wed Aug 28 22:39:19 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id WAA27932 for <kermit.misc@watsun.cc.columbia.edu>; Wed, 28 Aug 1996 22:39:19 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id WAA26931 for kermit.misc@watsun; Wed, 28 Aug 1996 22:39:18 -0400 (EDT)
  4. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!spool.mu.edu!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: INPUT (infinite wait)
  8. Message-ID: <1996Aug28.194722.84314@cc.usu.edu>
  9. Date: 28 Aug 96 19:47:22 MDT
  10. References: <4vv56o$n8@trotsky.cig.mot.com> <502afs$or7@apakabar.cc.columbia.edu>
  11. Organization: Utah State University
  12. Lines: 18
  13.  
  14. In article <502afs$or7@apakabar.cc.columbia.edu>, fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  15. > In article <4vv56o$n8@trotsky.cig.mot.com>,
  16. > Ken V. Broezell <broezell@tapir.cig.mot.com> wrote:
  17. > : When using the INPUT command in scripts is there a way to tell it
  18. > : to wait an infinite amount of time or must you specify the number
  19. > : of seconds.
  20. > :
  21. > Yes -- just use a big number, like 9999 (= about 3 hours).  In most
  22. > implementations, the number can be much bigger, up to about 2^31 - 1.
  23. > - Frank
  24. ----------
  25.     The MS-DOS Kermit implementation should not see greater than
  26. 43200 seconds because that's half a day and the code has to decide
  27. between early and late based on HH:MM:SS. There are, of course, 86400
  28. seconds in a regulation day, and it's one of these circular function
  29. thingys.
  30.     Joe D.